home *** CD-ROM | disk | FTP | other *** search
/ Palm Pilot Collection / Palm Pilot Collection (Explore the World of Software) (1998).iso / apps / weather2.exe / weather-readme.txt < prev   
Text File  |  1997-12-24  |  5KB  |  120 lines

  1. Version notes:
  2.    2.2 -- Fixed bug: previous versions would not handle negative 
  3.           temperatures correctly
  4.    2.1 -- Discovered a new forecast: Freezing Rain. Added it. 
  5.    2.0 -- Added support for PointCast version 2.0
  6.    1.1 -- Added better way to get weather from cities with
  7.           two names (the "\s" convention)
  8.        -- Cleaned up documentation a little bit
  9.        -- Figured out that PointCast codes "1" and "3" and "6"
  10.           mean "Fair," "Mostly Cloudy" and "Windy," respectively.
  11.    1.0 -- Initial release.
  12.  
  13. -----------------------------------------------------------------------
  14.  
  15. This is "Weather," version 2.2, a set of DOS batch files and a 
  16. freeware program called MiniTrue (MT.EXE) that will take PointCast 
  17. weather information stored on your hard disk and -- with the aid
  18. of the "MAKEDOC.EXE" program from Pat Beirne -- produce a DOC file 
  19. for the USRobotics PalmPilot that contains PointCast weather 
  20. forecasts for the cities of your choice. 
  21.  
  22. You must have PointCast installed, and MAKEDOC on the path.
  23.  
  24. -----------------------------------------------------------------------
  25.  
  26. To run Weather: 
  27.    1. Unzip MTFILES.ZIP.   You only need MT.EXE
  28.    2. Edit GRABWTHR.BAT to be sure that the folder for 
  29.          PointCast weather information is correct for your setup
  30.          (It's different for PointCast ver. 1 and ver. 2, so 
  31.          you have to specify the right folder for the version
  32.          you're using. Read GRABWTHR.BAT--it will explain it.)
  33.    3. Edit CITYLIST.BAT to put in the city names of your choice
  34.    4. Invoke CITYLIST.BAT as a DOS batch file
  35.    5. Install WTHR.PDB, a DOC file with the current weather, by using
  36.       the INSTAPP.EXE program in your Pilot directory/folder.
  37.  
  38. -----------------------------------------------------------------------
  39.  
  40. Files in this archive are these:
  41.  
  42. WEATHER-README.TXT --  This file.
  43.  
  44. CITYLIST.BAT -- This is the one you call to make it all work.
  45.                 Edit the line that starts with GRABWTHR
  46.                 to put in the cities you want weather for.
  47.                 It works by passing the city names to ...
  48.  
  49. GRABWTHR.BAT -- You must edit this file to have the right
  50.         folder specified for PointCase. You may edit it 
  51.                 to add cities if you want, or you can just put the
  52.                 cities in the CITYLIST.BAT file. Either one or
  53.                 both will work. 
  54.  
  55.                 GRABWTHR.BAT works by copying the PointCast
  56.                 weather file and editing the copy with the 
  57.                 program called MiniTrue (MT.EXE) to extract
  58.         the cities you've indicated, then translate
  59.                 PointCast's short numeric codes into English. 
  60.         It then runs MAKEDOC on the result.
  61.                 MAKEDOC has to be in the same folder or on the path.
  62.  
  63. AUTOBOOK.TXT -- Put whatever you want to use as an automatic 
  64.                 bookmark for Rick Bram's DOC program in between
  65.                 angle brackets in this file. If you want to change
  66.                 from the default three spaces, you'll also have to
  67.                 edit GRABWTHR.BAT where the REMarks tell you to.
  68.  
  69. MTFILES.ZIP -- This is a freeware program and its docs called "MiniTrue"
  70.                by "Splunge Software" that does sophisticated string 
  71.                search and replace. It's like Unix GREP or PERL 
  72.                scripts (I think). The author describes it this way:
  73.  
  74.     "MiniTrue is a fast and versatile search/replace utility run from the
  75. DOS command line. MiniTrue synthesizes the functionality of such
  76. stalwarts as sed, more/less and grep while offering complete
  77. interactivity and a straightforward syntax. MiniTrue is freeware and is
  78. not crippled in any manner.
  79.  
  80.     "See the MiniTrue home page at <http://www.webbuild.com/~apipkin> for
  81. the latest versions, bug reports, etc."
  82.  
  83.  
  84. OTHER FILES YOU WILL WANT:
  85.  
  86.   DOC, now available as AportisDOC -- Rick Bram's text reader for the 
  87.          PalmPilot available from <http://www.aportis.com/products/products.html>
  88.      or from the PilotGear site: <www.pilotgear.com> (search for "Aportis"
  89.      as a company name)
  90.  
  91.  
  92.   MAKEDOC.EXE -- Pat Beirne's factory for churning out DOC files.
  93.          It's not clear whether or how MAKEDOC is still available.
  94.      I've heard that it is only available with the commercial
  95.      verison of the AportisDOC reader, though last time I looked
  96.      it was also available (as of Dec. 1997) from Pat Beirne's 
  97.      site, which used to be <http://www.corel.com/people/patb.htm>,
  98.      but now apparently is 
  99.      <http://pc-28134.on.rogers.wave.ca/makedocj.htm>.
  100.  
  101.      You want the version on that page that is described this way:
  102.  
  103.          "This is the Win95/Win32 version. It also contains a 16 bit version 
  104.          which should run in DOC. Version 8 of the .zip, version 2 of the 
  105.          executable. The .exe is now called 'makedoc'."
  106.  
  107.  
  108. OTHER FILES YOU MIGHT WANT:
  109.  
  110.   PINSTALL.EXE -- a command-line install program for the Pilot that
  111.          is available (as of December 1997) from Mark Pierce:
  112.          <http://ourworld.compuserve.com/homepages/Mark_Pierce/pinstall.htm>
  113.          or from Ray's archive under the name "Enhanced Installer Utility" at 
  114.          <http://www.palmpilotfiles.com/SynchronizationInstallation.html>.
  115.  
  116.  
  117.  
  118. Trotter Hardy
  119. thardy2@aol.com
  120. December 24, 1997